home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
-
- #ifndef Unit1H
- #define Unit1H
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- #include <CheckLst.hpp>
- #include <ComCtrls.hpp>
- #include <ExtCtrls.hpp>
- #include <Dialogs.hpp>
- #include <Menus.hpp>
- #include <FileCtrl.hpp>
- //---------------------------------------------------------------------------
- class TForm1 : public TForm
- {
- __published: // IDE-managed Components
- TPanel *Panel1;
- TProgressBar *dbs;
- TLabel *Label2;
- TTimer *Timer1;
- TProgressBar *pb;
- TProgressBar *scs;
- TLabel *lSize;
- TMemo *Memo1;
- TPopupMenu *PopupMenu1;
- TMenuItem *AddItem1;
- TMenuItem *DeleteItem1;
- TPanel *Panel2;
- TPanel *Panel4;
- TLabel *Label1;
- TComboBox *cbDrives;
- TCheckListBox *files;
- TCheckBox *cSavePath;
- TCheckBox *cImportSession;
- TSplitter *Splitter1;
- TFileListBox *lbFiles;
- TDirectoryListBox *lbDir;
- TSplitter *Splitter2;
- TPanel *Panel3;
- TButton *bErase;
- TButton *bEject;
- TButton *bLoad;
- TButton *bBurn;
- TPanel *Panel5;
- TDriveComboBox *DriveComboBox1;
- TButton *Button1;
- TSplitter *Splitter3;
- TProgressBar *ProgressBar1;
- TOpenDialog *od;
- TPopupMenu *PopupMenu2;
- TMenuItem *ClearAll1;
- void __fastcall FormCreate(TObject *Sender);
- void __fastcall cbDrivesChange(TObject *Sender);
- void __fastcall bEjectClick(TObject *Sender);
- void __fastcall bBurnClick(TObject *Sender);
- void __fastcall Timer1Timer(TObject *Sender);
- void __fastcall bEraseClick(TObject *Sender);
- void __fastcall bLoadClick(TObject *Sender);
- void __fastcall filesDragDrop(TObject *Sender, TObject *Source,
- int X, int Y);
- void __fastcall filesDragOver(TObject *Sender, TObject *Source,
- int X, int Y, TDragState State, bool &Accept);
- void __fastcall DeleteItem1Click(TObject *Sender);
- void __fastcall Button1Click(TObject *Sender);
- void __fastcall ClearAll1Click(TObject *Sender);
- void __fastcall Panel4Click(TObject *Sender);
- private: // User declarations
-
- public: // User declarations
- void static __stdcall OnEraseDone(BOOL, void *);
- void static __stdcall OnWriteDone(BOOL, void *);
-
- __fastcall TForm1(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern PACKAGE TForm1 *Form1;
- //---------------------------------------------------------------------------
- #endif
-